home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / mmc.ex_ / mmc.exe / HTML / _HORIZ.CSS next >
Encoding:
Cascading Style Sheet File  |  2003-06-19  |  746 b   |  60 lines

  1. /* EXTERNAL STYLE SHEET FOR HORIZONTAL TASKPADS WITH LISTVIEW */
  2.  
  3. /* BUTTON ELEMENTS */
  4.  
  5. .divSymbolContainer
  6.     {
  7.     position:absolute;
  8.     left:3.3%;
  9.     top:58.2%;
  10.     width:92.8%;
  11.     height:39.4%;
  12.     }
  13.     
  14. .divSymbol
  15.     {
  16.     position:absolute;
  17.     width:22.4%;
  18.     height:47.3%;
  19.     overflow:hidden;
  20.     }
  21.         
  22. /* LISTVIEW ELEMENTS */
  23.  
  24. .divLVContainerTop
  25.     {
  26.     position:absolute;
  27.     left:3.3%;
  28.     top:16.5%;
  29.     width:92.8%;
  30.     height:37.2%;
  31.     }
  32.  
  33. .divLVTitle
  34.     {
  35.     position:absolute;
  36.     left:0%;
  37.     top:0%;
  38.     width:100%;
  39.     height:15%;
  40.     }
  41.  
  42. .divLVButton
  43.     {
  44.     position:absolute;
  45.     left:85.5%;
  46.     top:20%;
  47.     width:13.5%;
  48.     height:60%;
  49.     background-color:threedshadow;
  50.     }
  51.  
  52. .divLV
  53.     {
  54.     position:absolute;
  55.     left:0%;
  56.     top:15%;
  57.     width:100%;
  58.     height:85%;
  59.     }
  60.